ArcPad Configuration File Schema
RANGEFINDER Element
See Also  Send comments on this topic.
ArcPad Configuration File Schema > ArcPad Element > CONFIG Element > SYSTEMOBJECTS Element : RANGEFINDER Element

Glossary Item Box

Description

Used to specify Rangefinder preferences and script subroutines to call when Rangefinder events occur.

Diagram

RANGEFINDER Element

Overview

RANGEFINDER
Used to specify Rangefinder preferences and script subroutines to call when Rangefinder events occur.
onclose optional xs:string
Specify the script to run when this event occurs
onexevent optional xs:string
Specify the script to run when this event occurs.
onmeasurement optional xs:string
Specify the script to run when this event occurs.
onopen optional xs:string
Specify the script to run when this event occurs

Attributes

NameTypeUseDefaultFixedDescription
onclosexs:stringoptional  Specify the script to run when this event occurs
onexeventxs:stringoptional  Specify the script to run when this event occurs.
onmeasurementxs:stringoptional  Specify the script to run when this event occurs.
onopenxs:stringoptional  Specify the script to run when this event occurs

Source

<xs:element name="RANGEFINDER" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:attribute ref="onclose" />
    <xs:attribute ref="onexevent" />
    <xs:attribute ref="onmeasurement" />
    <xs:attribute ref="onopen" />
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.